home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / sgml / html / dtd / iso-15445 / 15445.dtd < prev    next >
Encoding:
Text File  |  2005-04-21  |  30.5 KB  |  694 lines

  1. <!-- 15445.dtd
  2.      ISO/IEC 15445:2000  Hypertext Markup Language (HTML) 
  3.      Document Type Definition.
  4.  
  5.      Copyright (C) 2000, IETF, W3C (MIT, Inria, Keio), ISO/IEC.
  6.                All Rights Reserved.
  7.  
  8.      Permission to copy in any form is granted for use with
  9.      validating and conforming systems and applications as defined
  10.      in ISO/IEC 15445:2000, provided this copyright notice is included
  11.      with all copies.  
  12.  
  13.      The DTD is typically invoked by one of the following declarations:
  14.  
  15.      <!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HyperText Markup Language//EN">
  16.      <!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HTML//EN">
  17.  
  18.      In order to use the HTML document type definition as a base architecture for
  19.      other SGML applications, the following architectural support declaration 
  20.      should be used:
  21.  
  22.      <?IS10744 arch name="html"
  23.      public-id="ISO/IEC 15445:2000//DTD HyperText Markup Language//EN"
  24.      dtd-system-id="ftp://ftp.cs.tcd.ie/isohtml/15445.dtd"
  25.      renamer-att="HTMLnames"
  26.      doc-elem-form="HTML"
  27.      >
  28. -->
  29.                 <!-- Part 1 - Entity set -->
  30.  
  31. <!-- The Preparation parameter entity shall be set to IGNORE for HTML, 
  32.      and to INCLUDE for a document to be submitted to the preparation
  33.      process -->
  34. <!ENTITY % Preparation "IGNORE" >
  35.  
  36. <!-- This definition generates the inverse entity 
  37.      NoPreparation which is internal to the DTD -->
  38. <![ %Preparation; [
  39. <!ENTITY % NoPreparation "IGNORE"    -- Inverse of Preparation = INCLUDE -->
  40.                    ]]>
  41. <!ENTITY % NoPreparation "INCLUDE"   -- Inverse of Preparation = IGNORE -->
  42. <!-- End of definition -->
  43.  
  44.  
  45.         <!-- Tokens defined by other standards -->
  46.  
  47. <!ENTITY % Content-Type "CDATA" -- MIME content type, RFC1521 -->
  48. <!ENTITY % HTTP-Method "(get | post)" -- as per HTTP/1.1 RFC2068  -->
  49. <!ENTITY % URI "CDATA" -- Universal Resource Identifier, RFC1630 -->
  50.  
  51.         <!-- Element tokens -->
  52.  
  53. <!ENTITY % special "A | BDO | BR | IMG | OBJECT | 
  54.                     MAP | Q | SPAN" >
  55.  
  56. <!-- Logical character styles -->
  57. <!ENTITY % logical.styles "ABBR | ACRONYM | CITE | CODE | DFN | EM |
  58.                            KBD | SAMP | STRONG | VAR" >
  59.  
  60. <!-- Physical character styles -->
  61. <!ENTITY % physical.styles "B | I | SUB | SUP | TT" >
  62.  
  63.         <!-- Model groups -->
  64.  
  65. <!-- Block-like elements eg. paragraphs and lists -->
  66. <!ENTITY % block "BLOCKQUOTE | DIV | DL | FIELDSET | FORM |
  67.                   HR | OL | P | PRE | TABLE | UL" >
  68.  
  69. <!-- Form fields - input elements that should appear only within forms -->
  70. <!ENTITY % form.fields "BUTTON | INPUT | LABEL | SELECT | TEXTAREA" >
  71.  
  72. <!-- Character level elements and text strings -->
  73. <!ENTITY % text "#PCDATA | %physical.styles; | %logical.styles; | %special;
  74.                          | %form.fields;" >
  75.  
  76. <!-- Elements that may appear in a section or table -->
  77. <!ENTITY % section.content "(%block; | %text; | ADDRESS)+" >
  78. <!ENTITY % table.content   "(%block; | %text;)*" >
  79.  
  80.         <!-- Generic attributes -->
  81.  
  82. <!ENTITY % core
  83.    "CLASS      CDATA      #IMPLIED -- Comma separated list of class values --
  84.     --The name space of the ID attribute is shared with the name space of
  85.       the NAME attribute.  Both ID and NAME attributes may be provided for
  86.       the <A> and <MAP> elements. When both ID and NAME values are provided
  87.       for an element, the values shall be identical.  It is an error for an
  88.       ID or NAME value to be associated with more than one element in a
  89.       document.
  90.  
  91.       It is recommended that authors of documents specify both the ID
  92.       attribute and the NAME attribute for the <A> and <MAP> elements.
  93.     --
  94.     ID         ID         #IMPLIED -- Document-wide unique id --
  95.     TITLE      CDATA      #IMPLIED -- Advisory title or amplification --" >
  96.  
  97.         <!-- Internationalization attributes -->
  98.  
  99. <!ENTITY % i18n
  100.    "DIR        (ltr|rtl)  #IMPLIED -- Direction for weak/neutral text --
  101.     LANG       NAME       #IMPLIED -- RFC1766 language value --" >
  102.  
  103.         <!-- Presentation styles -->
  104.  
  105. <!ENTITY % shape     "(circle | default | poly | rect)" >
  106. <!ENTITY % InputType "(checkbox | file | hidden | password | 
  107.                        radio | reset | submit | text)" >
  108.  
  109. <!-- SHORTREF mapping for the tab character -->
  110. <!-- Use of the tab character is deprecated.  However, to facilitate
  111.      the preparation of conforming documents by authors who use it,
  112.      the tab character is tolerated and is mapped into a single space. -->
  113. <!ENTITY   nontab  " " >
  114. <!SHORTREF tabmap  "&#TAB;" nontab >
  115. <!USEMAP   tabmap  HTML >
  116.  
  117.         <!-- Specify character entity sets defined by W3C -->
  118.  
  119. <!ENTITY % HTMLlat1    PUBLIC "-//W3C//ENTITIES Full Latin 1//EN//HTML" >
  120. <!ENTITY % HTMLsymbol  PUBLIC "-//W3C//ENTITIES Symbolic//EN//HTML" >
  121. <!ENTITY % HTMLspecial PUBLIC "-//W3C//ENTITIES Special//EN//HTML" >
  122. <!-- Reference character entities -->
  123. %HTMLlat1;%HTMLsymbol;%HTMLspecial;
  124.  
  125.                 <!-- Part 2 - Document structure -->
  126.  
  127. <!-- Further normative requirements on the elements defined in this part
  128.      of the DTD are provided in Part 3.-->
  129. <!--      ELEMENTS    MIN  CONTENT  (EXCEPTIONS) -->
  130. <!ELEMENT HTML        - -  (HEAD, BODY) >
  131. <!ELEMENT HEAD        - O  (TITLE) +(LINK | META | STYLE) >
  132. <!ELEMENT TITLE       - -  (#PCDATA) -(LINK | META | STYLE) >
  133. <!ELEMENT LINK        - O  EMPTY >
  134. <!ELEMENT META        - O  EMPTY >
  135. <!ELEMENT STYLE       - -  CDATA >
  136.  
  137. <!-- The following marked section is informative only -->
  138. <![ %Preparation; [
  139. <!ELEMENT Pre-HTML    - -  (HEAD, BODY) >
  140. <!ATTLIST Pre-HTML %i18n;  -- Internationalization DIR and LANG -->
  141. <!ELEMENT BODY        - O  ((%block;)*,(H1,DIV1)* ) +(DEL|INS) >
  142. <!ELEMENT H1          - -  (%text;)+ >
  143. <!ELEMENT DIV1        O O  ((%block;)*, (H2,DIV2)* ) >
  144. <!ELEMENT H2          - -  (%text;)+ >
  145. <!ELEMENT DIV2        O O  ((%block;)*, (H3,DIV3)* ) >
  146. <!ELEMENT H3          - -  (%text;)+ >
  147. <!ELEMENT DIV3        O O  ((%block;)*, (H4,DIV4)* ) >
  148. <!ELEMENT H4          - -  (%text;)+ >
  149. <!ELEMENT DIV4        O O  ((%block;)*, (H5,DIV5)* ) >
  150. <!ELEMENT H5          - -  (%text;)+ >
  151. <!ELEMENT DIV5        O O  ((%block;)*, (H6,DIV6)* ) >
  152. <!ELEMENT H6          - -  (%text;)+ >
  153. <!ELEMENT DIV6        O O  ((%block;)*) >
  154.                  ]]>
  155. <!-- The following marked section is normative -->
  156. <![ %NoPreparation; [
  157. <!ELEMENT BODY        - O  (%block;|H1|H2|H3|H4|H5|H6)+ +(DEL|INS) >
  158. <!ELEMENT (H1|H2|H3|H4|H5|H6) - - (%text;)+ >
  159.                    ]]>
  160. <!ELEMENT DIV         - -  %section.content; >
  161. <!ELEMENT ADDRESS     - -  (%text;)+ -(IMG|OBJECT|MAP) >
  162. <!ELEMENT P           - O  (%text;)+ >
  163. <!ELEMENT (OL|UL)     - -  (LI)+ >
  164. <!ELEMENT LI          - O  (%text; | %block;)+ >
  165. <!ELEMENT DL          - -  (DT|DD)+ >
  166. <!ELEMENT DT          - O  (%text;)+ >
  167. <!ELEMENT DD          - O  %section.content; -(ADDRESS) >
  168. <!ELEMENT PRE         - -  (%text;)+ -(IMG|MAP|OBJECT|SUB|SUP) >
  169. <!ELEMENT BLOCKQUOTE  - -  (%block;)+ >
  170. <!ELEMENT Q           - -  (%text;)+ >
  171. <!ELEMENT FORM        - -  (%block;)+ -(FORM) >
  172.  
  173. <!-- #PCDATA required to absorb leading white space -->
  174. <!ELEMENT FIELDSET    - -  (#PCDATA,LEGEND,(%block; | %text; | ADDRESS)+)
  175.                             -(FIELDSET) >
  176. <!ELEMENT INPUT       - O  EMPTY >
  177. <!ELEMENT BUTTON      - -  (%text;)+ -(A|FIELDSET|FORM|%form.fields;) >
  178. <!ELEMENT LABEL       - -  (%text;)+ -(LABEL) >
  179. <!ELEMENT LEGEND      - -  (#PCDATA) >
  180. <!ELEMENT SELECT      - -  (OPTGROUP|OPTION)+ >
  181. <!ELEMENT OPTGROUP    - -  (OPTION)+ >
  182. <!ELEMENT OPTION      - O  (#PCDATA) >
  183. <!ELEMENT TEXTAREA    - -  (#PCDATA) >
  184. <!ELEMENT HR          - O  EMPTY >
  185. <!ELEMENT TABLE       - -  (CAPTION?, (COL*|COLGROUP*), 
  186.                               THEAD?, TFOOT?, TBODY+) >
  187. <!ELEMENT CAPTION     - -  (%text;)+ >
  188. <!ELEMENT (THEAD,TFOOT,TBODY) - O  (TR)+ >
  189. <!ELEMENT COL         - O  EMPTY >
  190. <!ELEMENT COLGROUP    - O  (COL)* >
  191. <!ELEMENT TR          - O  (TH|TD)+ >  
  192. <!ELEMENT (TH|TD)     - O  %table.content; >
  193. <!ELEMENT (%logical.styles;|%physical.styles;)
  194.                       - -  (%text;)+ >
  195. <!ELEMENT A           - -  (%text;)* -(A) >
  196. <!ELEMENT IMG         - O  EMPTY >
  197. <!ELEMENT OBJECT      - -  (PARAM | %section.content;)* >
  198. <!ELEMENT PARAM       - O  EMPTY >
  199. <!ELEMENT BR          - O  EMPTY >
  200. <!-- Authors should use the block-level content of the <MAP> element when
  201.      creating accessible documents.  Each region should be specified using
  202.      an <A> element to define its associated link and shape.  User agents
  203.      should render the block-level content of a <MAP> element. -->
  204. <!ELEMENT MAP         - -  ((%block;)|AREA)+ >
  205. <!ELEMENT AREA        - O  EMPTY >
  206. <!ELEMENT SPAN        - -  (%text;)+ >
  207. <!ELEMENT (DEL|INS)   - -  (%text;)+ >
  208. <!ELEMENT BDO         - -  (%text;)+ >
  209.  
  210.                 <!-- Part 3 - Attribute definition lists -->
  211.  
  212. <!--      ELEMENTS 
  213.     NAME       VALUE       DEFAULT --> 
  214. <!ATTLIST A
  215.   --Case shall not be taken into account when determining a match
  216.     between an ID value and a NAME value, between an ID value and 
  217.     an HREF value or between a NAME value and an HREF value.  
  218.     Comparisons should be made with the values folded to upper case.
  219.  
  220.     The NAME attribute value specification shall be processed as if the
  221.     declared value were NAME.
  222.  
  223.     It is recommended that authors of HTML documents specify both ID and
  224.     NAME attributes.  When both attributes are specified, they shall have
  225.     identical values.
  226.  
  227.     COORDS shall not be specified if SHAPE has the value `default'.
  228.   --
  229.     %core;                         -- Element CLASS, ID and TITLE --
  230.     %i18n;                         -- Internationalization DIR and LANG --
  231.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character --
  232.     CHARSET    CDATA      #IMPLIED -- Character encoding as per RFC2045 --
  233.     COORDS     CDATA      #IMPLIED -- Comma separated list of values --
  234.     HREF       %URI;      #IMPLIED -- Source anchor is URI of target --
  235.     HREFLANG   NAME       #IMPLIED -- Language code of resource --
  236.     NAME       CDATA      #IMPLIED -- Target anchor --
  237.     REL        CDATA      #IMPLIED -- Forward link types --
  238.     REV        CDATA      #IMPLIED -- Reverse link types --
  239.     SHAPE      %shape;        rect -- Control interpretation of coords --
  240.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  241.     TYPE       CDATA      #IMPLIED -- Advisory content type -->
  242.  
  243. <!ATTLIST ADDRESS
  244.     %core;                         -- Element CLASS, ID and TITLE --
  245.     %i18n;                         -- Internationalization DIR and LANG -->
  246.  
  247. <!ATTLIST AREA     
  248.   --One of HREF or NOHREF shall be specified.  
  249.  
  250.     COORDS shall not be specified if SHAPE has the value `default'.
  251.  
  252.     Authors are very strongly recommended to provide meaningful ALT 
  253.     attributes to support interoperability with speech-based or text-only 
  254.     agents.  The language and direction of the text provided by the ALT 
  255.     attribute are defined by the containing elements.
  256.   --
  257.     %core;                         -- Element CLASS, ID and TITLE --
  258.     %i18n;                         -- Internationalization DIR and LANG --
  259.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character --
  260.     ALT        CDATA     #REQUIRED -- Description for text-only UAs --
  261.     COORDS     CDATA      #IMPLIED -- Comma separated list of values --
  262.     HREF       %URI;      #IMPLIED -- This region acts as hypertext link --
  263.     NOHREF     (nohref)   #IMPLIED -- This region has no action --
  264.     SHAPE      %shape;        rect -- Control interpretation of coords --
  265.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order -->
  266.  
  267. <!ATTLIST BDO
  268.     %core;                         -- Element CLASS, ID and TITLE --
  269.     DIR        (ltr|rtl) #REQUIRED -- Direction of writing --
  270.     LANG       NAME       #IMPLIED -- RFC1766 language value -->
  271.  
  272. <!ATTLIST BLOCKQUOTE
  273.   --The contents of the <BLOCKQUOTE> element shall not be surrounded with
  274.     quotation marks.  These may be added by the user agent through the use
  275.     of a style sheet.
  276.   --
  277.     %core;                         -- Element CLASS, ID and TITLE --
  278.     %i18n;                         -- Internationalization DIR and LANG --
  279.     CITE       %URI;      #IMPLIED -- URI for source document or message -->
  280.  
  281. <!ATTLIST BODY
  282.     %core;                         -- Element CLASS, ID and TITLE --
  283.     %i18n;                         -- Internationalization DIR and LANG -->
  284.  
  285. <!ATTLIST BR
  286.     %core;                         -- Element CLASS, ID and TITLE -->
  287.  
  288. <!ATTLIST BUTTON
  289.   --The <BUTTON> element shall not contain the <A>, <BUTTON>, <FIELDSET>,
  290.     <FORM>, <INPUT>, <LABEL>, <SELECT> or <TEXTAREA> elements.
  291.  
  292.     If the <BUTTON> element contains an <IMG> element, the <IMG> shall not
  293.     have an ISMAP or USEMAP attribute.
  294.     
  295.     The TYPE attribute shall be provided, and when the TYPE is
  296.     specified as `submit', the NAME and VALUE attributes shall be provided.
  297.  
  298.     The NAME attribute is required if the TYPE attribute has the value 
  299.     `submit'.
  300.  
  301.     If the TYPE attribute has value `reset', and the <BUTTON> is contained 
  302.     in a <FIELDSET>, the reset action is limited to the contents of the 
  303.     <FIELDSET>.
  304.  
  305.     The VALUE attribute is required if the TYPE attribute has the value
  306.     `submit' and specifies the value to be returned if the button
  307.     is selected.
  308.  
  309.     The <BUTTON> element should be used only in the content of a <FORM>
  310.     element.
  311.   --
  312.     %core;                         -- Element CLASS, ID and TITLE --
  313.     %i18n;                         -- Internationalization DIR and LANG --
  314.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character --
  315.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  316.     NAME       CDATA      #IMPLIED -- Required for all except submit, reset -- 
  317.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  318.     TYPE  (submit|reset)    submit -- For use as form submit/reset button --
  319.     VALUE      CDATA      #IMPLIED -- Passed to server when submitted -->
  320.  
  321. <!ATTLIST CAPTION
  322.     %core;                         -- Element CLASS, ID and TITLE --
  323.     %i18n;                         -- Internationalization DIR and LANG -->
  324.  
  325. <!ATTLIST COL
  326.     %core;                         -- Element CLASS, ID and TITLE --
  327.     %i18n;                         -- Internationalization DIR and LANG --
  328.     SPAN       NUMBER            1 -- Number of cols spanned -->
  329.  
  330. <!ATTLIST COLGROUP
  331.   --The SPAN attribute should only be used if the <COLGROUP> element
  332.     has no content.
  333.   --
  334.     %core;                         -- Element CLASS, ID and TITLE --
  335.     %i18n;                         -- Internationalization DIR and LANG --
  336.     SPAN       NUMBER            1 -- Number of cols spanned by group -->
  337.  
  338. <!ATTLIST DD
  339.     %core;                         -- Element CLASS, ID and TITLE --
  340.     %i18n;                         -- Internationalization DIR and LANG -->
  341.  
  342. <!ATTLIST DEL
  343.     %core;                         -- Element CLASS, ID and TITLE --
  344.     %i18n;                         -- Internationalization DIR and LANG --
  345.     CITE       %URI;      #IMPLIED -- Information on reason for change --
  346.     DATETIME   CDATA      #IMPLIED -- When changed, subset of ISO/IEC 8601 -->
  347.  
  348. <!ATTLIST DIV
  349.     %core;                         -- Element CLASS, ID and TITLE --
  350.     %i18n;                         -- Internationalization DIR and LANG -->
  351.  
  352. <!ATTLIST DL
  353.     %core;                         -- Element CLASS, ID and TITLE --
  354.     %i18n;                         -- Internationalization DIR and LANG -->
  355.  
  356. <!ATTLIST DT
  357.     %core;                         -- Element CLASS, ID and TITLE --
  358.     %i18n;                         -- Internationalization DIR and LANG -->
  359.  
  360. <!ATTLIST FIELDSET
  361.     %core;                         -- Element CLASS, ID and TITLE --
  362.     %i18n;                         -- Internationalization DIR and LANG -->
  363.  
  364. <!ATTLIST FORM
  365.     %core;                         -- Element CLASS, ID and TITLE --
  366.     %i18n;                         -- Internationalization DIR and LANG --
  367.     ACCEPT     CDATA      #IMPLIED -- List of MIME types for file upload --
  368.     ACCEPT-CHARSET CDATA  #IMPLIED -- List of supported char sets --
  369.     ACTION     %URI;     #REQUIRED -- Server-side form handler --
  370.     ENCTYPE    %Content-Type; "application/x-www-form-urlencoded"
  371.     METHOD     %HTTP-Method;   get -- See HTTP specification -->
  372.  
  373. <!ATTLIST HEAD
  374.     %i18n;                         -- Internationalization DIR and LANG --
  375.     PROFILE    %URI;      #IMPLIED -- Named dictionary of meta info -->
  376.  
  377. <!ATTLIST HR
  378.     %core;                         -- Element CLASS, ID and TITLE --
  379.     %i18n;                         -- Internationalization DIR and LANG -->
  380.  
  381. <!ATTLIST HTML 
  382.     %i18n;                         -- Internationalization DIR and LANG -->
  383.  
  384. <!ATTLIST (H1 | H2 | H3 | H4 | H5 | H6)
  385.   --The <H1> element shall not be followed by an <H3>, <H4>, <H5> or
  386.     <H6> element without an intervening <H2> element.  
  387.  
  388.     The <H2> element shall not be followed by an <H4>, <H5> or <H6>
  389.     element without an intervening <H3> element.
  390.  
  391.     The <H3> element shall not be followed by an <H5> or <H6> element
  392.     without an intervening <H4> element.
  393.  
  394.     The <H4> element shall not be followed by an <H6> element without an 
  395.     intervening <H5> element.
  396.  
  397.     An <H2> element shall be preceded by an <H1> element.
  398.  
  399.     An <H3> element shall be preceded by an <H2> element.
  400.  
  401.     An <H4> element shall be preceded by an <H3> element.
  402.  
  403.     An <H5> element shall be preceded by an <H4> element.
  404.  
  405.     An <H6> element shall be preceded by an <H5> element.
  406.   --
  407.     %core;                         -- Element CLASS, ID and TITLE --
  408.     %i18n;                         -- Internationalization DIR and LANG -->
  409.  
  410. <!ATTLIST IMG
  411.   --If the <IMG> element is contained in a <BUTTON> element, the <IMG>
  412.     shall not have an ISMAP or USEMAP attribute.
  413.  
  414.     If the ISMAP attribute is present in an <IMG> element, that <IMG>
  415.     element shall be contained in an <A> element with an HREF attribute
  416.     present.
  417.  
  418.     At most one of the attributes ISMAP and USEMAP may be provided.
  419.   --
  420.     %core;                         -- Element CLASS, ID and TITLE --
  421.     %i18n;                         -- Internationalization DIR and LANG --
  422.     ALT        CDATA     #REQUIRED -- Text for text-only user agent --
  423.     ISMAP      (ismap)    #IMPLIED -- Use server image map --
  424.     LONGDESC   %URI;      #IMPLIED -- Extended description for text UA --
  425.     SRC        %URI;     #REQUIRED -- URI of image to embed --
  426.     USEMAP     %URI;      #IMPLIED -- Use client-side image map -->
  427.  
  428. <!ATTLIST INPUT
  429.   --If the attribute TYPE has the value `checkbox', values shall be 
  430.     provided for the NAME and VALUE attributes.
  431.   
  432.     If the attribute TYPE has the value `file', a value shall be 
  433.     provided for the NAME attribute; HTML interpreting agents should 
  434.     request user confirmation of any default file names that might 
  435.     be suggested, and fields specifying files shall not be hidden.
  436.  
  437.     If the attribute TYPE has the value `hidden', values shall be 
  438.     provided for the NAME and VALUE attributes.
  439.   
  440.     If the attribute TYPE has the value `password', a value shall be 
  441.     provided for the NAME attribute.
  442.  
  443.     If the attribute TYPE has the value `radio', values shall be 
  444.     provided for the the NAME and VALUE attributes. At all times, 
  445.     one and only one of the radio buttons shall be checked.  
  446.     Initially, if none of the <INPUT> elements in a set of radio 
  447.     buttons specifies CHECKED, then the user agent shall mark the 
  448.     first radio button of the set as checked.
  449.  
  450.     If the attribute TYPE has the value `submit', and a value is 
  451.     specified for the VALUE attribute, then a value shall be provided 
  452.     for the NAME attribute.
  453.  
  454.     If the attribute TYPE has the value `text', values shall be 
  455.     provided for the NAME and VALUE attributes.
  456.   
  457.     The MAXLENGTH and TABINDEX values shall be considered as integers 
  458.     with any leading zeroes ignored.
  459.  
  460.     The <INPUT> element should be used only in the content of a <FORM>
  461.     element.
  462.   --
  463.     %core;                         -- Element CLASS, ID and TITLE --
  464.     %i18n;                         -- Internationalization DIR and LANG --
  465.     ACCEPT     CDATA      #IMPLIED -- List of MIME types for file upload --
  466.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character --
  467.     CHECKED    (checked)  #IMPLIED -- For radio buttons, checkboxes --
  468.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  469.     MAXLENGTH  NUMBER     #IMPLIED -- Max chars for text fields --
  470.     NAME       CDATA      #IMPLIED -- Required for all except submit, reset --
  471.     READONLY   (READONLY) #IMPLIED -- For text --
  472.     SIZE       CDATA      #IMPLIED -- Specific to each type of field --
  473.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  474.     TYPE       %InputType;    text -- Widget --
  475.     VALUE      CDATA      #IMPLIED -- Required for radio, checkboxes -->
  476.  
  477. <!ATTLIST INS
  478.     %core;                         -- Element CLASS, ID and TITLE --
  479.     %i18n;                         -- Internationalization DIR and LANG --
  480.     CITE       %URI;      #IMPLIED -- Information on reason for change --
  481.     DATETIME   CDATA      #IMPLIED -- When changed, subset of ISO/IEC 8601 -->
  482.  
  483. <!ATTLIST LABEL
  484.   --The <LABEL> element shall refer to a form field in the content of the 
  485.     <FORM> element which contains the <LABEL>.
  486.  
  487.     The <LABEL> element should be used only in the content of a <FORM>
  488.     element.
  489.   --
  490.     %core;                         -- Element CLASS, ID and TITLE --
  491.     %i18n;                         -- Internationalization DIR and LANG --
  492.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character --
  493.     FOR        IDREF      #IMPLIED -- Points to associated field -->
  494.  
  495. <!ATTLIST LEGEND
  496.     %core;                         -- Element CLASS, ID and TITLE --
  497.     %i18n;                         -- Internationalization DIR and LANG --
  498.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character -->
  499.  
  500. <!ATTLIST LI
  501.     %core;                         -- Element CLASS, ID and TITLE --
  502.     %i18n;                         -- Internationalization DIR and LANG -->
  503.  
  504. <!ATTLIST LINK
  505.     %core;                         -- Element CLASS, ID and TITLE --
  506.     %i18n;                         -- Internationalization DIR and LANG --
  507.     CHARSET    CDATA      #IMPLIED -- Character encoding as per RFC2045 --
  508.     HREF       %URI;      #IMPLIED -- URI for link resource --
  509.     HREFLANG   NAME       #IMPLIED -- Language code of resource --
  510.     MEDIA      CDATA      #IMPLIED -- Destination media of referenced doc --
  511.     REL        CDATA      #IMPLIED -- Forward link types --
  512.     REV        CDATA      #IMPLIED -- Reverse link types --
  513.     TYPE       CDATA      #IMPLIED -- Advisory Internet content type -->
  514.  
  515. <!ATTLIST MAP
  516.   --The value of the NAME attribute is case sensitive, and the attribute 
  517.     value specification shall be processed as if the declared value were 
  518.     NAME.
  519.  
  520.     It is recommended that authors of HTML documents specify both ID and
  521.     NAME attributes.  When both attributes are specified, they shall have
  522.     identical values.
  523.   --
  524.     %core;                         -- Element CLASS, ID and TITLE --
  525.     %i18n;                         -- Internationalization DIR and LANG --
  526.     NAME       CDATA     #REQUIRED -- Referenced by USEMAP in <IMG> -->
  527.  
  528. <!ATTLIST META     
  529.     %i18n;                         -- Internationalization DIR and LANG --
  530.     CONTENT    CDATA     #REQUIRED -- Associated information --
  531.     HTTP-EQUIV NAME       #IMPLIED -- HTTP response header name --
  532.     NAME       NAME       #IMPLIED -- Meta-information name --
  533.     SCHEME     CDATA      #IMPLIED -- Nature of content -->
  534.  
  535. <!ATTLIST OBJECT   
  536.     %core;                         -- Element CLASS, ID and TITLE --
  537.     %i18n;                         -- Internationalization DIR and LANG --
  538.     CLASSID    %URI;      #IMPLIED -- Identifies implementation --
  539.     CODEBASE   %URI;      #IMPLIED -- Needed by some systems --
  540.     CODETYPE   CDATA      #IMPLIED -- Internet content type for code --
  541.     DATA       %URI;      #IMPLIED -- Reference to objects data --
  542.     DECLARE    (declare)  #IMPLIED -- Flag: declare but dont instantiate --
  543.     NAME       CDATA      #IMPLIED -- Submit as part of form --
  544.     STANDBY    CDATA      #IMPLIED -- Show this msg while loading --
  545.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order --
  546.     TYPE       CDATA      #IMPLIED -- Internet content type for data --
  547.     USEMAP     %URI;      #IMPLIED -- Reference to image map -->
  548.  
  549. <!ATTLIST OL
  550.     %core;                         -- Element CLASS, ID and TITLE --
  551.     %i18n;                         -- Internationalization DIR and LANG -->
  552.  
  553. <!ATTLIST OPTGROUP
  554.     %core;                         -- Element CLASS, ID and TITLE --
  555.     %i18n;                         -- Internationalization DIR and LANG --
  556.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  557.     LABEL      CDATA     #REQUIRED -- For use in hierarchical menus -->
  558.  
  559. <!ATTLIST OPTION
  560.     %core;                         -- Element CLASS, ID and TITLE --
  561.     %i18n;                         -- Internationalization DIR and LANG --
  562.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  563.     LABEL      CDATA      #IMPLIED -- For use in hierarchical menus --
  564.     SELECTED   (selected) #IMPLIED -- Pre-selected option --
  565.     VALUE      CDATA      #IMPLIED -- Defaults to content -->
  566.  
  567. <!ATTLIST P
  568.     %core;                         -- Element CLASS, ID and TITLE --
  569.     %i18n;                         -- Internationalization DIR and LANG -->
  570.  
  571. <!ATTLIST PARAM
  572.     ID         ID         #IMPLIED -- Document-wide unique id --
  573.     NAME       CDATA     #REQUIRED -- Name of parameter --
  574.     TYPE       CDATA      #IMPLIED -- Internet Media Type --
  575.     VALUE      CDATA      #IMPLIED -- Value of parameter --
  576.     VALUETYPE  (data|ref|object)
  577.                               data -- Interpret value as -->
  578.  
  579. <!ATTLIST PRE
  580.     %core;                         -- Element CLASS, ID and TITLE --
  581.     %i18n;                         -- Internationalization DIR and LANG -->
  582.  
  583. <!ATTLIST Q
  584.   --The textual contents of the <Q> element shall not be surrounded with
  585.     quotation marks.  These may be added by the user agent through the
  586.     use of a style sheet.
  587.   --
  588.     %core;                         -- Element CLASS, ID and TITLE --
  589.     %i18n;                         -- Internationalization DIR and LANG --
  590.     CITE       %URI;      #IMPLIED -- URI for source document or message -->
  591.  
  592. <!ATTLIST SELECT
  593.   --The <SELECT> element should be used only in the content of a <FORM>
  594.     element.
  595.   --
  596.     %core;                         -- Element CLASS, ID and TITLE --
  597.     %i18n;                         -- Internationalization DIR and LANG --
  598.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  599.     MULTIPLE   (multiple) #IMPLIED -- Default is single selection --
  600.     NAME       CDATA     #REQUIRED -- Field name --
  601.     SIZE       NUMBER     #IMPLIED -- Rows visible --
  602.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order -->
  603.  
  604. <!ATTLIST SPAN
  605.     %core;                         -- Element CLASS, ID and TITLE --
  606.     %i18n;                         -- Internationalization DIR and LANG -->
  607.  
  608. <!ATTLIST STYLE
  609.   --The <STYLE> element contains style sheet information which shall be
  610.     passed to the user agent's style manager.  Any style sheet language
  611.     may be used.  It is a user agent error to render the style sheet 
  612.     information as if it were part of a document's text.
  613.   --
  614.     %i18n;                         -- Internationalization DIR and LANG --
  615.     MEDIA      CDATA      #IMPLIED -- Designed for use with these media --
  616.     TITLE      CDATA      #IMPLIED -- Advisory title --
  617.     TYPE       CDATA     #REQUIRED -- Internet content type for style lang. -->
  618.  
  619. <!ATTLIST TABLE
  620.     %core;                         -- Element CLASS, ID and TITLE --
  621.     %i18n;                         -- Internationalization DIR and LANG --
  622.     SUMMARY    CDATA     #REQUIRED -- Purpose/structure for speech output -->
  623.  
  624. <!ATTLIST TBODY
  625.     %core;                         -- Element CLASS, ID and TITLE --
  626.     %i18n;                         -- Internationalization DIR and LANG -->
  627.  
  628. <!ATTLIST TD
  629.     %core;                         -- Element CLASS, ID and TITLE --
  630.     %i18n;                         -- Internationalization DIR and LANG --
  631.     ABBR       CDATA      #IMPLIED -- Abbreviation for header cell --
  632.     AXIS       CDATA      #IMPLIED -- Names groups of related headers --
  633.     COLSPAN    NUMBER            1 -- Number of columns spanned by cell --
  634.     HEADERS    IDREFS     #IMPLIED -- List of ID's for header cells --
  635.     ROWSPAN    NUMBER            1 -- Number of rows spanned by cell --
  636.     SCOPE      (col|colgroup|row|rowgroup)
  637.                           #IMPLIED -- Scope covered by header cells -->
  638.  
  639. <!ATTLIST TEXTAREA
  640.   --The <TEXTAREA> element should be used only in the content of a <FORM>
  641.     element.
  642.   --
  643.     %core;                         -- Element CLASS, ID and TITLE --
  644.     %i18n;                         -- Internationalization DIR and LANG --
  645.     ACCESSKEY  CDATA      #IMPLIED -- Accessibility key character --
  646.     COLS       NUMBER    #REQUIRED -- Number required in av char widths --
  647.     DISABLED   (disabled) #IMPLIED -- Control unavailable in this context --
  648.     NAME       CDATA     #REQUIRED -- Name of form field --
  649.     READONLY   (readonly) #IMPLIED -- For text --
  650.     ROWS       NUMBER    #REQUIRED -- Number of rows required --
  651.     TABINDEX   NUMBER     #IMPLIED -- Position in tabbing order -->
  652.  
  653. <!ATTLIST TFOOT
  654.     %core;                         -- Element CLASS, ID and TITLE --
  655.     %i18n;                         -- Internationalization DIR and LANG -->
  656.  
  657. <!ATTLIST TH
  658.     %core;                         -- Element CLASS, ID and TITLE --
  659.     %i18n;                         -- Internationalization DIR and LANG --
  660.     ABBR       CDATA      #IMPLIED -- Abbreviation for header cell --
  661.     AXIS       CDATA      #IMPLIED -- Names groups of related headers --
  662.     COLSPAN    NUMBER            1 -- Number of columns spanned by cell --
  663.     HEADERS    IDREFS     #IMPLIED -- List of ID's for header cells --
  664.     ROWSPAN    NUMBER            1 -- Number of rows spanned by cell --
  665.     SCOPE      (col|colgroup|row|rowgroup)
  666.                           #IMPLIED -- Scope covered by header cells -->
  667.  
  668. <!ATTLIST THEAD
  669.     %core;                         -- Element CLASS, ID and TITLE --
  670.     %i18n;                         -- Internationalization DIR and LANG -->
  671.  
  672. <!ATTLIST TITLE
  673.     %i18n;                         -- Internationalization DIR and LANG -->
  674.  
  675. <!ATTLIST TR
  676.     %core;                         -- Element CLASS, ID and TITLE --
  677.     %i18n;                         -- Internationalization DIR and LANG -->
  678.  
  679. <!ATTLIST UL
  680.     %core;                         -- Element CLASS, ID and TITLE --
  681.     %i18n;                         -- Internationalization DIR and LANG -->
  682.  
  683.         <!-- Attribute group definition lists -->
  684.  
  685. <!ATTLIST (%physical.styles;)
  686.     %core;                         -- Element CLASS, ID and TITLE --
  687.     %i18n;                         -- Internationalization DIR and LANG -->
  688.  
  689. <!ATTLIST (%logical.styles;)
  690.     %core;                         -- Element CLASS, ID and TITLE --
  691.     %i18n;                         -- Internationalization DIR and LANG -->
  692.  
  693. <!-- End of file -->
  694.